home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 12156 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: ix.netcom.com!netnews
  2. From: jlilley@ix.netcom.com (John Lilley)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: PLEASE!!! HELP ME!!!
  5. Date: 18 Mar 1996 17:23:54 GMT
  6. Organization: Netcom
  7. Message-ID: <4ik67a$14k@reader2.ix.netcom.com>
  8. References: <4ii66d$b4d@ddi2.digital.net>
  9. NNTP-Posting-Host: den-co8-14.ix.netcom.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-NETCOM-Date: Mon Mar 18  9:23:54 AM PST 1996
  13. X-Newsreader: WinVN 0.99.7
  14.  
  15. In article <4ii66d$b4d@ddi2.digital.net>, duncan@digital.net says...
  16. >     I have just got Turbo C++ v3.0 today and I do not have any clue of how 
  17. >it works.  I have some experience in Qbasic but that is nothng compared to 
  18. >this stuff. There is so much more to this language than qbasic.  If someone 
  19. >would just help get me started I would be EXTREMELY GRATEFUL!  All I need to 
  20. >know is the basic concepts of how it works and some basic functions like 
  21. >printing and writing to reading from files and stuff like that. PLEASE HELP 
  22. >ME!  
  23.  
  24. Not to belabor the obvious, but I suggest you get the books:
  25.     Lippmann "C++ Primer"
  26.     Liberty "Teach yourself C++ in 21 days"
  27.     Meyers "Effective C++"
  28.     Cargill "C++ Programming Style"
  29.  
  30. In order to use any of the above books, you need to set up your
  31. compiler to make DOS command-line apps, or there may be an option
  32. called something like "easywin" that lets you write command-line
  33. apps that run under MS-Windows.
  34.  
  35. john lilley
  36.  
  37.  
  38.